.about-background1 {
  background-image: url("..images/background/about-background1.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 600px;
}

.w-100 {
  width: 100%;
}

.ads-pic {
  height: 10em;
}

.ads-pic img {
  height: 100%;
}

.ads-pic .img1 {
  height: 85%;
}

.ads-pic .img2 {
  height: 80%;
}

.ads-box {
  width: 330px;
  justify-content: center;
  display: flex;
}

.about-div img {
  width: 540px;
}

.about-background {
  background-image: url("..images/background/about-background2.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 607px;
}

.about-background .learn {
  background-color: #fff4fa;
  margin-top: 4%;
  border-radius: 9px;
  border: none;
  box-shadow: 3px 3px 8px #d8b2c9, -5px -5px 8px #ffffff;
  height: 278px;
  width: 321px;
}

.about-background .learn-image1 {
  width: 30%;
}

.about-background .link-learn {
  color: #ea82b7;
}

@media (max-width: 769px) {
  .about-background .learn {
    height: 228px;
    width: 235px;
  }

  .about-div,
  .about-div .col-12 {
    padding: 0px !important;
  }

  .about-background {
    height: 760px;

    margin-top: 0px !important;
  }
  .about-div img {
    width: 310px;
  }

  .ads-lap-vid {
    width: 211px !important;
    margin-top: 26px !important;
    margin-right: 28px !important;
  }

  .ads-div h1 {
    font-size: 26px;
  }
  .ads-div h4 {
    font-size: 16px;
  }
}

/* @media (min-width:376px) and (max-width:769px){

    .about-background{
        height: 760px;

        margin-top: 0px!important;
    }


} */

@media (min-width: 767px) {
  .pl-head {
    padding-left: 4em;
  }
}

/* team page css */

.team-background1 {
  background-image: url("..images/background/team-background1.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 600px;
}

.chief-card {
  background-color: #fff4fa;
  margin-top: 4%;
  border-radius: 9px;
  border: none;
  box-shadow: 3px 3px 8px #d8b2c9, -5px -5px 8px #ffffff;
  height: 299px;
  width: 238px;
}

.chief-card .pic {
  background-color: #d6d6d6;
  border-radius: 9px;
  border: none;
  height: 211px;
  margin: 13px;
  margin-top: 9px;
  margin-bottom: 5px;
}

.chief-card h5,
.team-detail h5 {
  color: #e81a7e;
  font-weight: 500;
  margin-bottom: 0px;
}

.team-card {
  margin-top: 4%;
  border-radius: 14px;
  border: none;
  box-shadow: 5px 6px 7px #dec1d2, -4px -2px 7px #eae7e7;
  height: 229px;
  width: 203px;
}

.galery-box {
  background-color: #fff4fa;
  margin-top: 4%;
  border-radius: 9px;
  border: none;
  box-shadow: 3px 3px 8px #d8b2c9, -5px -5px 8px #ffffff;
  margin: 45px;
}

.galery-box img {
  width: 100%;
}

@media (min-width: 769px) {
  .pl-team {
    padding-left: 72px;
    justify-content: start;
  }

  .team-div {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media (max-width: 426px) {
  .team-background1 {
    height: 1212px;
  }

  .team-div .col-md-6 {
    justify-content: center !important;
  }
}

@media (max-width: 768px) {
  .pl-team {
    justify-content: center !important;
  }
}

/* partners page css */

.benefits-box {
  height: 270px;
}

.benefits-box .image1 {
  width: 100px;
}

.benefits-box .image2 {
  width: 138px;
}

.benefits-box .image3 {
  width: 138px;
}

.benefits-box .image4 {
  width: 127px;
}

.benefits-screen img {
  width: 70%;
}

.pr-80 h2 {
  font-size: 35px;
  font-weight: 400;
}

.partners-card {
  width: 600px;
}
.left {
  position: absolute;
  width: 600px;
}

.right {
  width: 600px;
  position: absolute;
}

@media (min-width: 767px) {
  .benefits-left {
    padding-left: 100px;
  }

  .benefits-right {
    padding-right: 100px;
  }

  .pr-80 {
    padding-right: 80px;
  }
}

@media (max-width: 600px) {
  .partners-card {
    width: 290px;
  }

  .left {
    width: 290px;
  }

  .right {
    width: 290px;
  }
}

/* faq page css */

.faq-card {
  width: 60%;
}

.w-82 {
  width: 82%;
}

.collapsed-item {
  display: none;
}

.btn-faq {
  border-radius: 12px;
}

.btn-faq,
.btn-faq:focus {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

.btn-faq .collapsible:after {
  content: "\002B";
  color: black;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.btn-faq .active:after {
  content: "\2212";
}

.justify-content-space-between {
  justify-content: space-between;
}
.text-align-left {
  text-align: left;
}

.ads-lap-vid {
  position: absolute;
  z-index: -1;
  width: 372px;
  margin-top: 36px;
  margin-right: 55px;
}
